home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Science / Matrix Master ƒ / Matrix Master Docs next >
Encoding:
Text File  |  1994-11-23  |  1.7 KB  |  63 lines  |  [TEXT/ttxt]

  1. Matrix Master 1.2.3
  2. by Stephen C. Roderick IV
  3.  
  4. This program is a simple matrix manipulator. It is intended for use in
  5. Linear Algebra courses. Matrix Master's greatest feature is that it works
  6. with rational numbers (just like the textbooks!) This makes it easy to
  7. reduce a matrix with row operations. Matrix Master can be used to step
  8. through solutions to textbook problems without having to do the basic math
  9. by hand.
  10.  
  11. Matrix Master handles the following matrix operations:
  12.  
  13.     - Row reduction
  14.         - row times a constant
  15.         - exchange rows
  16.         - add a multiple of one row to another
  17.     - Determinant
  18.     - Rank
  19.     - Transpose
  20.     - Inverse
  21.     - Matrix of Cofactors
  22.     - Adjoint Matrix
  23.     - Upper Triangular form
  24.     - Row Echelon form
  25.     - Solve for multiple solutions
  26.  
  27. If you use Matrix Master send me a postcard!
  28.  
  29. Stephen C. Roderick IV
  30. 610 NW Walnut Blvd.
  31. Corvallis, OR 97330
  32. roderis@csos.orst.edu
  33.  
  34. Matrix Master © Copyright 1991-1994
  35. by Stephen C. Roderick IV.
  36.  
  37. All Rights Reserved.
  38.  
  39. Matrix Master is free for non commercial public distribution. This software
  40. may not be sold or distributed for profit, or included with other software
  41. or hardware which is sold or distributed for profit, without the express
  42. written permission of the author.
  43.  
  44.  
  45. Revision History
  46. ------------------------------
  47. Version 1.2.3
  48.     - Fixed bug where negative rational numbers were converted incorrectly.
  49.  
  50. Version 1.2.2
  51.     - Fixed bug where scroll bars behaved incorrectly on non-square matrices.
  52.  
  53. Version 1.2.1
  54.     - Fixed bug where Exchange Rows dialog stayed up forever.
  55.  
  56. Version 1.2
  57.     - Fixed bug where determinant garbled the matrix.
  58.     - Add multiple now allows Cancel.
  59.     - Exchange rows now allows Cancel.
  60.     - Added ability to compute the Rank of a matrix.
  61.  
  62.  
  63.